.bottom-partnership-block__content.for_mobile {
    display: none;
}

.bottom-partnership-block__content.for_desktop {
    display: block;
}

.main-product-card .product-card-tabs__bottom {
    -webkit-box-shadow: inset 0 2px 0 0 #1b53ff, 0 3px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 2px 0 0 #1b53ff, 0 3px 4px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
}
.main-product-card .spollers__arrow {
    background-color: #f0f0f0;
}

@media (max-width: 767.98px) {
    .bottom-partnership-block__content.for_mobile {
        display: block;
    }

    .bottom-partnership-block__content.for_desktop {
        display: none;
    }
}

.popup_large .popup__content {
  max-width: 1350px;
}
.popup_large .forms__titles {
  max-width: 100%;
}
.product-card-3d {
  margin-left: auto;
  width: 30px;
  position: relative;
  right: 10px;
  top: 7px;
  z-index: 1;
}
.product-card-3d img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
}
.page__certification.certification {
  padding-top: 60px;
}
.lg-backdrop {
  background: #fff;
}


.product-card-tabs__sun-position {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s ease,visibility .3s ease, background .2s ease;
    -o-transition: opacity .3s ease,visibility .3s ease, background .2s ease;
    transition: opacity .3s ease,visibility .3s ease, background .2s ease;
    z-index: 20;

    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: white;
    justify-content: center;
}
.product-card-tabs__sun-position._active,
.product-card-tabs__sun-position:hover {
    background: #FFB647;
}

.product-card-tabs__sun-position img {
    display: none;
    width: 18px;
    height: 18px
}
.product-card-tabs__sun-position img:first-child {
    display: block;
}
.product-card-tabs__sun-position._active img:first-child,
.product-card-tabs__sun-position:hover img:first-child {
    display: none;
}
.product-card-tabs__sun-position._active img:last-child,
.product-card-tabs__sun-position:hover img:last-child {
    display: block;
}

.options-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 6px;
    position: absolute;
    top: 16px;
    right: 50px;
    z-index: 10;
    display: none;
}

.options-product-card._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.options-product-card__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    display: none;
}
.options-product-card__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    background: white;
    border-radius: 30px;
    padding: 4px 6px;
}

.options-product-card__input:checked+.options-product-card__label {
    background: #FFB647;
}

.options-product-card__text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 8px;
    line-height: 117%;
    color: #000
}
.options-product-card__input:checked+.options-product-card__label .options-product-card__text {
    color: white;
}

.product-card-tabs__sun-line {
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .3s ease, transform .3s;
    -o-transition: opacity .3s ease, transform .3s;
    transition: opacity .3s ease, transform .3s;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 22;
    width: 200px;
    height: 200px;
    display: none
}

.product-card-tabs__sun-line._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card-tabs__item-sun-line {
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    -o-transition: transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%
}

.product-card-tabs__item-sun-line .icon-sun-line {
    width: 131px;
    height: 131px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(180deg);
    transform: translate3d(-50%,-50%,0) rotate(180deg)
}

.product-card-tabs__item-sun-line .icon-sun-line img {
    width: 100%;
    height: 100%
}

.caption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%,-38%,0);
    transform: translate3d(-50%,-38%,0);
    padding: 3px 10px;
    width: 50px
}
.caption img {
    height: auto !important;
}

.product-card-compas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
}
.product-card-tabs__column._active .product-card-tabs__top .product-card-compas img {
    width: 30px;
    height: 30px;
}
.product-card-tabs__column._active .product-card-tabs__sun-line {
    transform: translate(-50%,-50%) scale(0.5);
}

.position-line {
    /* background: url(../img/icons/sun-line.svg) no-repeat 50%/contain; */
    height: 100%;
    width: 100%
}

.product-photo-block .product-card-tabs__sun-position {
    right: 70px;
}
.product-photo-block .product-card-compas {
    /* right: 70px; */
    right: calc(50% - -11px);
    bottom: 65px;
}
.product-photo-block .options-product-card {
    right: 110px;
}
.product-photo-block .product-card-tabs__sun-line {
    left: calc(50% - 50px);
    width: 230px;
    height: 230px;
}

.top-product-card__tabs {
    border-right: 0;
}
.tabs-product-card__content {
    border-radius: 10px;
    background: #D9D9D9;
}
.tabs-product-card__slide img {
    max-height: 460px;
    padding: 50px 0;
}
.top-product-card__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 360px;
    background: white;
    border-radius: 8px;
    padding: 25px 10px;
    box-shadow: 0px 2px 0px 0px #1B53FF inset, 0px 3px 4px 0px #00000014;
}
.page-property-wrap {
    background:#F0F0F0;
}
.characteristics-product-card__tables {
    border: 0;
    gap: 2px;
}
.characteristics-product-card__table {
    flex: 100%;
    border-radius: 0px;
    background: #F3F3F3;
    border: 0 !important;
    min-height: 55px;
    padding-left:10px;
    padding-right:10px;
}
.characteristics-product-card__table:first-child {
    border-radius: 5px 5px 0 0;
}
.characteristics-product-card__table:last-child {
    border-radius: 0 0 5px 5px;
}
.characteristics-product-card__left {
    font-size: 16px;
    font-weight: 400;
}
.characteristics-product-card__right {
    font-size: 16px;
    font-weight: 600;
}
.top-product-card__content {
    align-items: center;
}

@media (max-width: 991px) {
    .product-photo-block .product-card-tabs__sun-position {
        right: 10px;
    }
    .product-photo-block .product-card-compas {
        right: 10px;
        bottom: 105px;
    }
    .product-photo-block .options-product-card {
        right: 50px;
    }
    .product-photo-block .product-card-tabs__sun-line {
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }
}